home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
pagemakerclasslibrary
/
queries
/
pgetprintdoc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-04
|
801b
|
39 lines
/*
*--- PGetPrintDoc.h ------------------------------------------------------
* Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
* Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
*
* Description:
*-------------------------------------------------------------------------
*/
#ifndef __PGetPrintDoc__
#define __PGetPrintDoc__
#include "PHandleQuery.h"
class PGetPrintDoc : public PHandleQuery
{
public:
PGetPrintDoc();
short nCopies;
PMBool bCollate;
PMBool bReverse;
PMBool bProof;
const char * sRange;
PMBool bBlank;
short cPages;
PMBool bIndependence;
PMBool bBook;
PMBool bBookSpec;
PMBool bOrientation;
PMBool bSpreads;
PMBool bIgnNonPrint;
};
#endif
// end of PGetPrintDoc.h